home *** CD-ROM | disk | FTP | other *** search
/ Mesolore / Mesolore - Disc 2.iso / mac / data / Nuttall.dir / 00092_Script_92 < prev    next >
Text File  |  2001-01-30  |  220b  |  16 lines

  1. on mouseDown
  2.   btndown (the clickon)
  3.   repeat while the mousedown
  4.     nothing
  5.   end repeat
  6.   
  7.   if rollover(56) then
  8.     showleftPanel
  9.   end if
  10. end
  11. on mouseenter
  12.   roll 56
  13. end
  14. on mouseleave
  15.   unroll 56
  16. end